home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
gnu
/
gcctest
/
tests05.zoo
/
Changelo
< prev
next >
Wrap
Text File
|
1993-03-02
|
1KB
|
43 lines
tprintf.c:: michal/++jrb
add tests case for printing unsigned longs. tests the ICONV part
in doprnt.c
---------------------- Patchlevel 03 --------------------------------------
tstdio.c:: ++jrb
in the fully buffered test, we did'nt account for the `\r' introduced
by putc'ing `\n'.
trdwr.c:: ++jrb
on a wr ("w+") stream doing a reversal of direction without an
intervening fseek() is not guaranteed to do anything sensible.
this test was failing on all machines i could try it on
(sun, hp, dec, mips, atari) for this reason. inserted a fseek()
to current position between getc()/putc() reversal.
---------------------- Patchlevel 04 --------------------------------------
tfseek.c:: ++jrb
new test from glibc
tmemmv.c:: ++jrb
new test from glibc
ttime.c:: ++jrb
added one more test
float1.c:: ++jrb
trivial test for fp. apparently this was broken at some point.
tregex.c:: ++jrb
tregex was trying to write into const strings. corrected by
copying string into a buffer (before breaking out fields in multiple())
tstrl2.c:: ++jrb
the 0xGZZZZZ test case was expecting strtol() not to
consume the leading zero. i think it should (our
tstrtoul tests also things so).
(i ran this test on an Hp-Snake, A Dec-Alpha, A Sony-Risc and
all of them agree).
---------------------- Patchlevel 05 --------------------------------------